home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 2005 October / Computer Shopper 2005 October.iso / Toolkit / Sound / Audioshell / AudioShell1.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-03-22  |  2.6 KB  |  57 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=AudioShell
  4. AppVerName=AudioShell 1.0
  5. AppId=AudioShell
  6. AppVersion=1
  7. AppPublisher=Softpointer Inc
  8. AppPublisherURL=http://www.softpointer.com/
  9. AppSupportURL=http://www.softpointer.com/ms.htm
  10. AppUpdatesURL=http://www.softpointer.com/ms.htm
  11. DefaultDirName={pf}\AudioShell
  12. DefaultGroupName=AudioShell
  13. OutputBaseFilename=AudioShell1
  14. Compression=zip
  15. PrivilegesRequired=none
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\readme.htm"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Whatsnew.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\pic\01.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  24. Source: "{app}\pic\02.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  25. Source: "{app}\pic\03.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  26. Source: "{app}\pic\04.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  27. Source: "{app}\pic\05.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  28. Source: "{app}\pic\06.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  29. Source: "{app}\pic\07.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  30. Source: "{app}\pic\08.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  31. Source: "{app}\pic\09.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  32. Source: "{app}\pic\10.png"; DestDir: "{app}\pic"; Flags: ignoreversion 
  33. Source: "{app}\AudioShellExt.dll"; DestDir: "{app}"; Flags: restartreplace regserver noregerror uninsrestartdelete 
  34. [Run]
  35. Filename: "{app}\readme.htm"; Description: "View ReadMe (highly recommended)"; Flags: shellexec postinstall nowait
  36. [UninstallRun]
  37. Filename: "regsvr32.exe"; Parameters: "/s /u AudioShellExt.dll"; WorkingDir: "{app}"; Flags: skipifdoesntexist 
  38. [Icons]
  39. Name: "{group}\AudioShell ReadMe"; Filename: "{app}\readme.htm"; 
  40. [UninstallDelete]
  41. Type: files; Name: "{app}\AudioShellExt.dll"; 
  42. Type: dirifempty; Name: "{app}"; 
  43. [CustomMessages]
  44. default.NameAndVersion=%1 version %2
  45. default.AdditionalIcons=Additional icons:
  46. default.CreateDesktopIcon=Create a &desktop icon
  47. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. default.ProgramOnTheWeb=%1 on the Web
  49. default.UninstallProgram=Uninstall %1
  50. default.LaunchProgram=Launch %1
  51. default.AssocFileExtension=&Associate %1 with the %2 file extension
  52. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.